@charset "utf-8";
.logo{ display:block; float:left; margin-top:22px;}
.top_left a{ display:block; float:left;  width:40px; height:20px; background-color:#adadad; color:#fff; text-align:center; margin-top:48px; margin-left:9px; margin-right:1px; line-height:20px; border-radius:2px;}
.nav_box{ float:right;}
.nav_box li{ width:90px; text-align:center; height:66px; line-height:22px; padding-top:34px; float:left;border-bottom:5px solid #fff;
transition:.5s;
-moz-transition: .5s;
-webkit-transition:.5s;
-o-transition:.5s;}
.nav_box li a{ font-size:15px;}
.nav_box li span{ display:block;}
.nav_box li:hover{ border-bottom:5px solid #2980b9; height:66px; background-color:rgba(52,152,219,0.2);
transition:.5s;
-moz-transition: .5s;
-webkit-transition:.5s;
-o-transition:.5s; }
/*baner*/
.banner{ width:83.3%; margin:0 auto;}
.swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
	.swiper-slide img{ 
width:100%;
-webkit-width:100%;
-ms-width:100%;
-moz-width:100%;
-o-width:100%}
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
		-moz-box-pack:center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
	
	
	
footer{ background:url(../img/bottom_bj.png); width:100%; line-height:26px; color:#fff; text-align:center; }
footer p{padding-top:10px; padding-bottom:10px;}
	
	
	
	
	
	
	
	
	
	
	
	
	